Deprecated Exceptions in jdk 1.5
Deprecated Exceptions
- java.rmi.RMISecurityException
Use SecurityException instead. Application code should never directly reference
this class, and RMISecurityManager no longer throws this subclass of
java.lang.SecurityException.
- java.rmi.ServerRuntimeException
no replacement .
- java.rmi.server.SkeletonMismatchException
no replacement. Skeletons are no longer required for remote method calls in the
Java 2 platform v1.2 and greater.
- java.rmi.server.SkeletonNotFoundException
no replacement. Skeletons are no longer required for remote method calls in the
Java 2 platform v1.2 and greater.